home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-20 | 2.4 KB | 78 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Opener
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = docAPP.tiff
- DOCICONS = docShar.tiff docGz.tiff docLzh.tiff docPS.tiff docUU.tiff\
- docZip.tiff docZoo.tiff docZ.tiff docArc.tiff docArj.tiff\
- docEps.tiff docBin.tiff docHqx.tiff docSit.tiff
-
- LOCAL_RESOURCES = Opener.nib
-
- GLOBAL_RESOURCES = docAPP.tiff docArc.tiff docArj.tiff docBin.tiff\
- docEps.tiff docGz.tiff docHqx.tiff docLzh.tiff\
- docPS.tiff docShar.tiff docSit.tiff docTar.tiff\
- docUU.tiff docZ.tiff docZip.tiff docZoo.tiff arc\
- booz builder gunzip gzip mcvert monitor.m\
- Opener.app.README Opener.table README README.rtfd\
- submit Submit test.arc test.arj test.gz test.hqx\
- test.lzh test.PS.Z test.ps.Z test.rtf.Z test.shar\
- test.shar.gz test.shar.Z test.tar test.tar-z\
- test.tar.gz test.tar.Z test.tar.z test.uu test.uu.Z\
- test.zip test.zoo unarj unsit unzip xlharc zip\
- zipnote zipsplit
-
- CLASSES = Controller.m DefaultHandler.m DirPanel.m Process.m
-
- HFILES = Controller.h DefaultHandler.h DirPanel.h Process.h
-
- MFILES = Opener_main.m
-
- OTHERSRCS = Makefile Makefile.postamble
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app docAPP.tiff \
- -sectcreate __ICON docShar docShar.tiff \
- -sectcreate __ICON docGz docGz.tiff \
- -sectcreate __ICON docLzh docLzh.tiff \
- -sectcreate __ICON docPS docPS.tiff \
- -sectcreate __ICON docUU docUU.tiff \
- -sectcreate __ICON docZip docZip.tiff \
- -sectcreate __ICON docZoo docZoo.tiff \
- -sectcreate __ICON docZ docZ.tiff \
- -sectcreate __ICON docArc docArc.tiff \
- -sectcreate __ICON docArj docArj.tiff \
- -sectcreate __ICON docEps docEps.tiff \
- -sectcreate __ICON docBin docBin.tiff \
- -sectcreate __ICON docHqx docHqx.tiff \
- -sectcreate __ICON docSit docSit.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-